Serialized Form


Package com.jproxy.proxy

Class com.jproxy.proxy.CallbackInvocator implements Serializable

Serialized Fields

handlers

java.util.Hashtable handlers
The hash for all generated stubs. The hash optimizes execution time for obtaining of stubs for objects of the same class.

Class com.jproxy.proxy.DummyStub implements Serializable

Serialized Fields

handler

TunnelInvocationHandler handler

Class com.jproxy.proxy.DynamicProxyInvocationHandler implements Serializable

Serialized Fields

handler

TunnelInvocationHandler handler

Class com.jproxy.proxy.Invocator implements Serializable

Serialized Fields

tunnel

Tunnel tunnel
Tunnel object that is embedded in each instance of generated stub

jmsFound

boolean jmsFound

jmsChecked

boolean jmsChecked

javax_jms_Message

java.lang.Class javax_jms_Message

javax_jms_MapMessage

java.lang.Class javax_jms_MapMessage

Class com.jproxy.proxy.ProxyHashtable implements Serializable

Serialized Fields

hashtable

Hashtable2 hashtable

Class com.jproxy.proxy.SerializableEnumeration implements Serializable

Serialized Fields

objects

java.lang.Object[] objects

Class com.jproxy.proxy.StackWraperException implements Serializable

Serialized Fields

trace

java.lang.String trace

Class com.jproxy.proxy.Tunnel implements Serializable

Serialized Fields

serverUrlStr

java.lang.String serverUrlStr
The URL String of Tunnel server

version

java.lang.String version

timeout

long timeout

Class com.jproxy.proxy.TunnelData implements Serializable

Serialized Fields

objectId

long objectId
Keeps unique ID of remote object for remote passing

sessionId

long sessionId

requestId

int requestId
Keeps unique ID of each request for remote passing

requestType

int requestType

methodName

java.lang.String methodName

className

java.lang.String className
The class name of remote object. The class has to be present on proxy and be public. Used for marshalling

isPrimitives

boolean[] isPrimitives

interfaceNames

java.lang.String[] interfaceNames
The remote interface name of remote object. The interface has to be present on both proxy and client and be public. Used for marshalling

isDynamicProxy

boolean isDynamicProxy
key to recognize result data

data

java.lang.Object data
actual data that are either parameters or result

serverUrlStr

java.lang.String serverUrlStr

exception

java.lang.Throwable exception

Class com.jproxy.proxy.TunnelException implements Serializable

Class com.jproxy.proxy.TunnelInvocationHandler implements Serializable

Serialized Fields

tunnel

Tunnel tunnel
Tunnel object that implements communication

interfaceNames

java.lang.String[] interfaceNames
The name of remote interface for which methods are delegated to the handler

objectId

long objectId
The Object Id for which handler is created

objectClassName

java.lang.String objectClassName

dataStack

DataStack dataStack


Package com.jproxy.proxy.callback

Class com.jproxy.proxy.callback.CallbackTunnel implements Serializable

Serialized Fields

serverTunnel

Tunnel serverTunnel

serverObjectId

long serverObjectId

Class com.jproxy.proxy.callback.HttpCallbackClient implements Serializable

Serialized Fields

port

int port
The client-side HTTP server port number

pollingTime

int pollingTime
The time interval, in mills, between pollings

tempTime

int tempTime

isPolling

boolean isPolling
flag showing if polling is in progress

doResult

boolean doResult
the flag to enable passing result back to invoker

server

CallbackServer server
The ClassServer proxy that keeps all callback requests

serverUrlStr

java.lang.String serverUrlStr
The URL String of Tunneling server

invocator

Invocator invocator
Invocator instance that performs requests.

classpath

java.lang.String classpath
classpath for ClassFileServer

exceptionCounter

long exceptionCounter
Forces the thread to perform polling immediently. The method is used when client-side HTTP server got a polling request.

Class com.jproxy.proxy.callback.HttpCallbackServer implements Serializable

Serialized Fields

stack

FIFOStack stack
The FIFO stack that keeps all requests

resultStack

FIFOStack resultStack
The FIFO stack that keeps all results fro performed requests

listener

javax.jms.MessageListener listener
The MessageListener that isused for non-JMS calls

pendingTime

long pendingTime

sync

java.lang.Object sync

startTime

long startTime


Package com.jproxy.proxy.server

Class com.jproxy.proxy.server.FIFOStack implements Serializable

Class com.jproxy.proxy.server.SynchronousInvocator implements Serializable

Serialized Fields

classLoader

java.lang.ClassLoader classLoader


Package com.jproxy.proxy.servlet

Class com.jproxy.proxy.servlet.ServletTunnel implements Serializable

Class com.jproxy.proxy.servlet.TunnelServlet implements Serializable


Package com.jproxy.proxy.stubgen

Class com.jproxy.proxy.stubgen.CommandException implements Serializable

Class com.jproxy.proxy.stubgen.StubGenException implements Serializable

Class com.jproxy.proxy.stubgen.StubgenInvocator implements Serializable

Serialized Fields

proxyDir

java.lang.String proxyDir

tunnelClassLoader

TunnelClassLoader tunnelClassLoader


Package com.jproxy.proxy.util

Class com.jproxy.proxy.util.FileVector implements Serializable


Package com.jproxy.samples.corba.test

Class com.jproxy.samples.corba.test._TestImplBase implements Serializable

Class com.jproxy.samples.corba.test._TestStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)

Class com.jproxy.samples.corba.test.TestImpl implements Serializable


Package com.jproxy.samples.ejb.test

Class com.jproxy.samples.ejb.test.Base implements Serializable

Serialized Fields

properties

java.util.Properties properties
The properties of the session

context

javax.ejb.SessionContext context
SessionContext of the instance

Class com.jproxy.samples.ejb.test.PerformanceApplet implements Serializable

Serialized Fields

message

javax.swing.JTextArea message
The GUI support

comment

javax.swing.JTextArea comment

naming

javax.swing.JTextField naming

providerUrl

javax.swing.JTextField providerUrl

numberOfLoops

javax.swing.JTextField numberOfLoops

numberOfBytes

javax.swing.JTextField numberOfBytes

panel

javax.swing.JPanel panel

client

PerformanceClient client

Class com.jproxy.samples.ejb.test.SessionEJB implements Serializable

Class com.jproxy.samples.ejb.test.Test implements Serializable


Package com.jproxy.samples.rmi.test

Class com.jproxy.samples.rmi.test.TestImpl implements Serializable

Class com.jproxy.samples.rmi.test.TestImpl_Stub implements Serializable



Copyright ⌐ JProxy LLC. All Rights Reserved.